home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / compute / 1989_02 / fixbeep.doc < prev    next >
Text File  |  1988-11-18  |  2KB  |  69 lines

  1.                          FIXBEEP
  2.                          -------
  3.               Version 1.10 of 16 March 1987.
  4.  
  5. FIXBEEP is a short, terminate-and-stay-resident (TSR) utility.
  6. It changes the tone that the IBM computer produces when it
  7. beeps.
  8.  
  9. FIXBEEP is installed simply by typing FIXBEEP at the DOS
  10. prompt.  The program will take one-half k of system memory,
  11. which is 512 bytes.                       
  12.  
  13. After FIXBEEP is installed, your IBM or close compatible
  14. will not make that annoying, drawn-out, beep.  FIXBEEP
  15. replaces it with a quick, quiet little chirp.
  16.  
  17. If you want to change the frequency and/or duration of the
  18. tone that FIXBEEP makes, you can specify command-line
  19. parameters when you start the program.
  20.  
  21. The /F parameter changes the frequency of the beep.  For
  22. example, entering:
  23.  
  24.           FIXBEEP /F1750
  25.  
  26. sets the frequency to 1750 hertz.  To change the
  27. duration, use the /D parameter. Entering:
  28.  
  29.           FIXBEEP /D35
  30.  
  31. sets the duration of the tone to 35 milliseconds, 
  32. which is .035 seconds.  You can specify both
  33. options in any order.  For example,
  34.  
  35.           FIXBEEP /D200 /F250
  36.                 -and-
  37.           FIXBEEP /D100 /F4000
  38.  
  39. are both valid.
  40.  
  41. Experiment with FIXBEEP to find a beep that you like.  You can
  42. include a FIXBEEP command in your AUTOEXEC.BAT file to set your
  43. system's beep when you boot up.
  44.  
  45. FIXBEEP will let you hear your new beep tone when you run it.  
  46. You can run the program more than once, changing the beep 
  47. any time you choose. If you want to hear the beep tone, give 
  48. the command, BEEP <Enter> to run the batch file, BEEP.BAT. 
  49.  
  50. FIXBEEP is compatible with almost all other terminate-
  51. and-stay-resident routines.  The video I/O routines are
  52. rarely intercepted by other TSR utilities, and FIXBEEP
  53. doesn't do anything that is considered "bad behavior".
  54.  
  55. NOTE: FIXBEEP will not work properly with some TANDY 
  56. computers, since TANDY uses a different method 
  57. to create the beep tone.
  58.  
  59. If you find this program useful, please send a small
  60. contribution.  $5 is very adequate... this is a relatively
  61. straightforward utility.  You'll sleep at night knowing
  62. that you helped an aspiring young programmer!
  63.  
  64. Thank you very much.
  65.  
  66.          Mike "Nifty James" Blaszczak
  67.              112 Verlinden Drive
  68.            Monroeville, PA   15146
  69.